TextAngle Constants Reference

Declared in CpclCommand.h

TextAngle

@enum TextAngle

文本旋转角度(Text rotation Angle)

Definition

typedef NS_ENUM(NSUInteger, TextAngle ) {
   TEXT_ANGLE_0,
   TEXT_ANGLE_90,
   TEXT_ANGLE_180,
   TEXT_ANGLE_270,
};

Constants

TEXT_ANGLE_0

旋转角度为0度 (The rotation Angle is 0 degrees)

Declared In CpclCommand.h.

TEXT_ANGLE_90

旋转角度为90度 (The rotation Angle is 90 degrees)

Declared In CpclCommand.h.

TEXT_ANGLE_180

旋转角度为180度(The rotation Angle is 180 degrees)

Declared In CpclCommand.h.

TEXT_ANGLE_270

旋转角度为270度(The rotation Angle is 270 degrees)

Declared In CpclCommand.h.

Declared In

CpclCommand.h